Avoid a segfault if license is NULL
authorMatthias Clasen <mclasen@redhat.com>
Fri, 4 Sep 2009 22:22:30 +0000 (18:22 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 4 Sep 2009 22:22:30 +0000 (18:22 -0400)
commit079cc2195603110ff021aebb8a8710fdd1d2907b
tree432849978f24fb2d1c798797a8bed819d5c22a7c
parent1c0ecc0380f8e30df297c5f1156c11ce70c98c81
Avoid a segfault if license is NULL

The license field was introduced later on, so some out-of-tree loaders
may not set it. And Solaris printf() doesn't take NULL for a string...
Bug 594178.
gdk-pixbuf/queryloaders.c